home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / steppenw.swf / scripts / DefineSprite_2435 / frame_16 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  227 b   |  15 lines

  1. set("/Variables:TonneauBrise",true);
  2. tellTarget("_root.DecoupeTonneau.Tonneau")
  3. {
  4.    gotoAndStop("Tombe");
  5.    play();
  6. }
  7. tellTarget("_root")
  8. {
  9.    gotoAndStop("Tab4");
  10. }
  11. tellTarget("_parent")
  12. {
  13.    gotoAndStop(1);
  14. }
  15.